/* Tags */
td[class^='td']:nth-of-type(5) { 
	visibility: hidden;
	position: fixed;
	left: 16px;
	top: calc(100% - 74px);
	width: 425px !important;
	z-index: 5;
}

#list_surround table tbody:hover tr td[class^='td']:nth-of-type(5) { visibility: visible; }

span[id*="tagRow"] {
	opacity: 0;
	display: block !important;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF; 
	text-shadow: 0 0 .2em #000000;
	transition: opacity .1s linear .9s;
	-webkit-transition: opacity .1s linear .9s;
}

#list_surround table tbody:hover tr span[id*="tagRow"] { opacity: 1; }